home *** CD-ROM | disk | FTP | other *** search
Makefile | 1987-06-04 | 11.8 KB | 347 lines |
- # Makefile for files in /tex/dvi using generic Unix cc
- #
- # Current target list:
- # ALL 00arit dvialw dvibit dvican dvigd dviimp dvijep
- # dvijet dvil75 dvim72 dvimac dvimpi dvio72 dvioki dviprx
- # dvitos keytst lptops lw78 texidx tosprx xxu
- #
- # [15-Apr-87] -- rebuilt dependency lists using "awk -f include.awk *.c"
-
- SHELL=/bin/sh
-
- CFLAGS = -DANSI=0 -DUNIX
-
- LFLAGS = -lm
-
- MV = mv
-
- RM = rm
-
- # Object file extension
-
- O = .o
-
- # Include files that include others
-
- DVIHEAD = dvihead.h machdefs.h typedefs.h
-
- MAIN = main.h commands.h gendefs.h gblprocs.h gblvars.h
-
- # Targets
-
- ALL: dvialw dvibit dvican dvigd dviimp dvijep dvijet\
- dvil75 dvim72 dvimac dvimpi dvio72 dvioki dviprx dvitos\
- keytst lptops lw78 texidx tosprx
-
- # ======================================================================
- # Dependency lists and rules
-
- 00arit:
- $(RM) 00arit$(O)
- $(RM) 00arit
- $(CC) -DSIZE=short $(CFLAGS) 00arit$(C) -o 00arit $(LFLAGS)
- 00arit
- $(RM) 00arit$(O)
- $(RM) 00arit
- $(CC) -DSIZE=int $(CFLAGS) 00arit$(C) -o 00arit $(LFLAGS)
- 00arit
- $(RM) 00arit$(O)
- $(RM) 00arit
- $(CC) -DSIZE=long $(CFLAGS) 00arit$(C) -o 00arit $(LFLAGS)
- 00arit
- $(RM) 00arit$(O)
- $(RM) 00arit
-
- dvialw: dvialw$(O)
- $(CC) $(CFLAGS) dvialw$(O) -o dvialw $(LFLAGS)
-
- dvibit: dvibit$(O) keybrd$(O)
- $(CC) $(CFLAGS) dvibit$(O) keybrd$(O) -o dvibit $(LFLAGS)
-
- dvican: dvican$(O)
- $(CC) $(CFLAGS) dvican$(O) -o dvican $(LFLAGS)
-
- dvigd: dvigd$(O)
- $(CC) $(CFLAGS) dvigd$(O) -o dvigd $(LFLAGS)
-
- dviimp: dviimp$(O)
- $(CC) $(CFLAGS) dviimp$(O) -o dviimp $(LFLAGS)
-
- dvijep: dvijep$(O)
- $(CC) $(CFLAGS) dvijep$(O) -o dvijep $(LFLAGS)
-
- dvijet: dvijet$(O)
- $(CC) $(CFLAGS) dvijet$(O) -o dvijet $(LFLAGS)
-
- dvil75: dvil75$(O)
- $(CC) $(CFLAGS) dvil75$(O) -o dvil75 $(LFLAGS)
-
- dvim72: dvim72$(O)
- $(CC) $(CFLAGS) dvim72$(O) -o dvim72 $(LFLAGS)
-
- dvimac: dvimac$(O)
- $(CC) $(CFLAGS) dvimac$(O) -o dvimac $(LFLAGS)
-
- dvimpi: dvimpi$(O)
- $(CC) $(CFLAGS) dvimpi$(O) -o dvimpi $(LFLAGS)
-
- dvio72: dvio72$(O)
- $(CC) $(CFLAGS) dvio72$(O) -o dvio72 $(LFLAGS)
-
- dvioki: dvioki$(O)
- $(CC) $(CFLAGS) dvioki$(O) -o dvioki $(LFLAGS)
-
- dviprx: dviprx$(O)
- $(CC) $(CFLAGS) dviprx$(O) -o dviprx $(LFLAGS)
-
- dvitos: dvitos$(O)
- $(CC) $(CFLAGS) dvitos$(O) -o dvitos $(LFLAGS)
-
- keytst: keytst$(O) keybrd$(O)
- $(CC) $(CFLAGS) keytst$(O) keybrd$(O) -o keytst $(LFLAGS)
-
- lptops: lptops$(O)
- $(CC) $(CFLAGS) lptops$(O) -o lptops $(LFLAGS)
-
- lw78: lw78$(O)
- $(CC) $(CFLAGS) lw78$(O) -o lw78 $(LFLAGS)
-
- texidx: texidx$(O)
- $(CC) $(CFLAGS) texidx$(O) -o texidx $(LFLAGS)
-
- tosprx: tosprx$(O)
- $(CC) $(CFLAGS) tosprx$(O) -o tosprx $(LFLAGS)
-
- # Object file dependencies
-
- dvialw$(O): dvialw.c\
- $(DVIHEAD) $(MAIN) abortrun.h actfact.h alldone.h\
- chargf.h charpk.h charpxl.h clrrow.h dvifile.h\
- dviinit.h dviterm.h f20open.h fatal.h findpost.h\
- fixpos.h fontfile.h fontsub.h getbytes.h getfntdf.h\
- getpgtab.h inch.h initglob.h movedown.h moveover.h\
- moveto.h nosignex.h openfont.h option.h prtpage.h\
- readfont.h readgf.h readpk.h readpost.h readpxl.h\
- reldfont.h rulepxl.h setfntnm.h setrule.h signex.h\
- skgfspec.h skipfont.h skpkspec.h strchr.h strcm2.h\
- strid2.h strrchr.h tctos.h usage.h warning.h
-
-
- dvibit$(O): dvibit.c\
- $(DVIHEAD) keydef.h $(MAIN) abortrun.h actfact.h\
- alldone.h bopact.h chargf.h charpk.h charpxl.h\
- clrrow.h dvifile.h dviinit.h dviterm.h eopact.h\
- f20open.h fatal.h findpost.h fixpos.h fontfile.h\
- fontsub.h getbytes.h getfntdf.h getpgtab.h inch.h\
- initglob.h movedown.h moveover.h moveto.h nosignex.h\
- openfont.h option.h prtpage.h readfont.h readgf.h\
- readpk.h readpost.h readpxl.h reldfont.h rulepxl.h\
- setfntnm.h setrule.h signex.h skgfspec.h skipfont.h\
- skpkspec.h special.h strchr.h strcm2.h strid2.h\
- strrchr.h tctos.h usage.h warning.h
-
-
- dvican$(O): dvican.c\
- $(DVIHEAD) $(MAIN) abortrun.h actfact.h alldone.h\
- chargf.h charpk.h charpxl.h clrrow.h dvifile.h\
- dviinit.h dviterm.h f20open.h fatal.h findpost.h\
- fixpos.h fontfile.h fontsub.h getbytes.h getfntdf.h\
- getpgtab.h inch.h initglob.h movedown.h moveover.h\
- moveto.h nosignex.h openfont.h option.h prtpage.h\
- readfont.h readgf.h readpk.h readpost.h readpxl.h\
- reldfont.h rulepxl.h setfntnm.h setrule.h signex.h\
- skgfspec.h skipfont.h skpkspec.h special.h strchr.h\
- strcm2.h strid2.h strrchr.h tctos.h usage.h warning.h
-
-
- dvigd$(O): dvigd.c\
- $(DVIHEAD) bitmap.h $(MAIN) abortrun.h actfact.h\
- alldone.h chargf.h charpk.h charpxl.h clrbmap.h\
- clrrow.h dispchar.h dvifile.h dviinit.h dviterm.h\
- f20open.h fatal.h fillrect.h findpost.h fixpos.h\
- fontfile.h fontsub.h getbmap.h getbytes.h getfntdf.h\
- getpgtab.h initglob.h inch.h loadchar.h movedown.h\
- moveover.h moveto.h nosignex.h openfont.h option.h\
- outrow.h prtpage.h readfont.h readgf.h readpk.h\
- readpost.h readpxl.h reldfont.h rulepxl.h setchar.h\
- setfntnm.h setrule.h signex.h skgfspec.h skipfont.h\
- skpkspec.h special.h strchr.h strcm2.h strid2.h\
- strrchr.h tctos.h usage.h warning.h
-
-
- dviimp$(O): dviimp.c\
- $(DVIHEAD) $(MAIN) abortrun.h actfact.h alldone.h\
- chargf.h charpk.h charpxl.h clrrow.h dvifile.h\
- dviinit.h dviterm.h f20open.h fatal.h findpost.h\
- fixpos.h fontfile.h fontsub.h getbytes.h getfntdf.h\
- getpgtab.h inch.h initglob.h movedown.h moveover.h\
- moveto.h nosignex.h openfont.h option.h prtpage.h\
- readfont.h readgf.h readpk.h readpost.h readpxl.h\
- reldfont.h rulepxl.h setfntnm.h setrule.h signex.h\
- skgfspec.h skipfont.h skpkspec.h special.h strchr.h\
- strcm2.h strid2.h strrchr.h tctos.h usage.h warning.h
-
-
- dvijep$(O): dvijep.c\
- $(DVIHEAD) $(MAIN) abortrun.h actfact.h alldone.h\
- chargf.h charpk.h charpxl.h clrrow.h dvifile.h\
- dviinit.h dviterm.h f20open.h fatal.h findpost.h\
- fixpos.h fontfile.h fontsub.h getbytes.h getfntdf.h\
- getpgtab.h inch.h initglob.h movedown.h moveover.h\
- moveto.h nosignex.h openfont.h option.h prtpage.h\
- readfont.h readgf.h readpk.h readpost.h readpxl.h\
- reldfont.h rulepxl.h setfntnm.h setrule.h signex.h\
- skgfspec.h skipfont.h skpkspec.h special.h strchr.h\
- strcm2.h strid2.h strrchr.h tctos.h usage.h warning.h
-
-
- dvijet$(O): dvijet.c\
- $(DVIHEAD) bitmap.h $(MAIN) abortrun.h actfact.h\
- alldone.h chargf.h charpk.h charpxl.h clrbmap.h\
- clrrow.h dvifile.h dviinit.h dviterm.h dispchar.h\
- f20open.h fatal.h fillrect.h findpost.h fixpos.h\
- fontfile.h fontsub.h getbmap.h getbytes.h getfntdf.h\
- getpgtab.h initglob.h inch.h loadchar.h movedown.h\
- moveover.h moveto.h nosignex.h openfont.h option.h\
- outrow.h prtpage.h readfont.h readgf.h readpk.h\
- readpost.h readpxl.h reldfont.h rulepxl.h setchar.h\
- setfntnm.h setrule.h signex.h skgfspec.h skipfont.h\
- skpkspec.h special.h strchr.h strcm2.h strid2.h\
- strrchr.h tctos.h usage.h warning.h
-
-
- dvil75$(O): dvil75.c\
- $(DVIHEAD) bitmap.h $(MAIN) abortrun.h actfact.h\
- alldone.h chargf.h charpk.h charpxl.h clrbmap.h\
- clrrow.h dispchar.h dvifile.h dviinit.h dviterm.h\
- f20open.h fatal.h fillrect.h findpost.h fixpos.h\
- fontfile.h fontsub.h getbmap.h getbytes.h getfntdf.h\
- getpgtab.h inch.h initglob.h loadchar.h movedown.h\
- moveover.h moveto.h nosignex.h openfont.h option.h\
- outrow.h prtpage.h readfont.h readgf.h readpk.h\
- readpost.h readpxl.h reldfont.h rulepxl.h setchar.h\
- setfntnm.h setrule.h signex.h skgfspec.h skipfont.h\
- skpkspec.h special.h strchr.h strcm2.h strid2.h\
- strrchr.h tctos.h usage.h warning.h
-
-
- dvim72$(O): dvim72.c\
- $(DVIHEAD) bitmap.h $(MAIN) abortrun.h actfact.h\
- alldone.h chargf.h charpk.h charpxl.h clrbmap.h\
- clrrow.h dispchar.h dvifile.h dviinit.h dviterm.h\
- f20open.h fatal.h fillrect.h findpost.h fixpos.h\
- fontfile.h fontsub.h getbmap.h getbytes.h getfntdf.h\
- getpgtab.h inch.h initglob.h loadchar.h movedown.h\
- moveover.h moveto.h nosignex.h openfont.h option.h\
- outrow.h prtpage.h readfont.h readgf.h readpk.h\
- readpost.h readpxl.h reldfont.h rulepxl.h setchar.h\
- setfntnm.h setrule.h signex.h skgfspec.h skipfont.h\
- skpkspec.h special.h strchr.h strcm2.h strid2.h\
- strrchr.h tctos.h usage.h warning.h
-
-
- dvimac$(O): dvimac.c\
- $(DVIHEAD) bitmap.h $(MAIN) abortrun.h actfact.h\
- alldone.h chargf.h charpk.h charpxl.h clrbmap.h\
- clrrow.h dispchar.h dvifile.h dviinit.h dviterm.h\
- f20open.h fatal.h fillrect.h findpost.h fixpos.h\
- fontfile.h fontsub.h getbmap.h getbytes.h getfntdf.h\
- getpgtab.h inch.h initglob.h loadchar.h movedown.h\
- moveover.h moveto.h nosignex.h openfont.h option.h\
- outrow.h prtpage.h readfont.h readgf.h readpk.h\
- readpost.h readpxl.h reldfont.h rulepxl.h setchar.h\
- setfntnm.h setrule.h signex.h skgfspec.h skipfont.h\
- skpkspec.h special.h strchr.h strcm2.h strid2.h\
- strrchr.h tctos.h usage.h warning.h
-
-
- dvimpi$(O): dvimpi.c\
- $(DVIHEAD) bitmap.h $(MAIN) abortrun.h actfact.h\
- alldone.h chargf.h charpk.h charpxl.h clrbmap.h\
- clrrow.h dispchar.h dvifile.h dviinit.h dviterm.h\
- f20open.h fatal.h fillrect.h findpost.h fixpos.h\
- fontfile.h fontsub.h getbmap.h getbytes.h getfntdf.h\
- getpgtab.h inch.h initglob.h loadchar.h movedown.h\
- moveover.h moveto.h nosignex.h openfont.h option.h\
- outrow.h prtpage.h readfont.h readgf.h readpk.h\
- readpost.h readpxl.h reldfont.h rulepxl.h setchar.h\
- setfntnm.h setrule.h signex.h skgfspec.h skipfont.h\
- skpkspec.h special.h strchr.h strcm2.h strid2.h\
- strrchr.h tctos.h usage.h warning.h
-
-
- dvio72$(O): dvio72.c\
- $(DVIHEAD) bitmap.h $(MAIN) abortrun.h actfact.h\
- alldone.h chargf.h charpk.h charpxl.h clrbmap.h\
- clrrow.h dispchar.h dvifile.h dviinit.h dviterm.h\
- f20open.h fatal.h fillrect.h findpost.h fixpos.h\
- fontfile.h fontsub.h getbmap.h getbytes.h getfntdf.h\
- getpgtab.h inch.h initglob.h loadchar.h movedown.h\
- moveover.h moveto.h nosignex.h openfont.h option.h\
- outrow.h prtpage.h readfont.h readgf.h readpk.h\
- readpost.h readpxl.h reldfont.h rulepxl.h setchar.h\
- setfntnm.h setrule.h signex.h skgfspec.h skipfont.h\
- skpkspec.h special.h strchr.h strcm2.h strid2.h\
- strrchr.h tctos.h usage.h warning.h
-
-
- dvioki$(O): dvioki.c\
- $(DVIHEAD) bitmap.h $(MAIN) abortrun.h actfact.h\
- alldone.h chargf.h charpk.h charpxl.h clrbmap.h\
- clrrow.h dispchar.h dvifile.h dviinit.h dviterm.h\
- f20open.h fatal.h fillrect.h findpost.h fixpos.h\
- fontfile.h fontsub.h getbmap.h getbytes.h getfntdf.h\
- getpgtab.h inch.h initglob.h loadchar.h movedown.h\
- moveover.h moveto.h nosignex.h openfont.h option.h\
- outrow.h prtpage.h readfont.h readgf.h readpk.h\
- readpost.h readpxl.h reldfont.h rulepxl.h setchar.h\
- setfntnm.h setrule.h signex.h skgfspec.h skipfont.h\
- skpkspec.h special.h strchr.h strcm2.h strid2.h\
- strrchr.h tctos.h usage.h warning.h
-
-
- dviprx$(O): dviprx.c\
- $(DVIHEAD) bitmap.h $(MAIN) abortrun.h actfact.h\
- alldone.h chargf.h charpk.h charpxl.h clrbmap.h\
- clrrow.h dispchar.h dvifile.h dviinit.h dviterm.h\
- f20open.h fatal.h fillrect.h findpost.h fixpos.h\
- fontfile.h fontsub.h getbmap.h getbytes.h getfntdf.h\
- getpgtab.h inch.h initglob.h loadchar.h movedown.h\
- moveover.h moveto.h nosignex.h openfont.h option.h\
- outrow.h prtpage.h readfont.h readgf.h readpk.h\
- readpost.h readpxl.h reldfont.h rulepxl.h setchar.h\
- setfntnm.h setrule.h signex.h skgfspec.h skipfont.h\
- skpkspec.h special.h strchr.h strcm2.h strid2.h\
- strrchr.h tctos.h usage.h warning.h
-
-
- dvitos$(O): dvitos.c\
- $(DVIHEAD) bitmap.h $(MAIN) abortrun.h actfact.h\
- alldone.h chargf.h charpk.h charpxl.h clrbmap.h\
- clrrow.h dispchar.h dvifile.h dviinit.h dviterm.h\
- f20open.h fatal.h fillrect.h findpost.h fixpos.h\
- fontfile.h fontsub.h getbmap.h getbytes.h getfntdf.h\
- getpgtab.h inch.h initglob.h loadchar.h movedown.h\
- moveover.h moveto.h nosignex.h openfont.h option.h\
- outrow.h prtpage.h readfont.h readgf.h readpk.h\
- readpost.h readpxl.h reldfont.h rulepxl.h setchar.h\
- setfntnm.h setrule.h signex.h skgfspec.h skipfont.h\
- skpkspec.h special.h strchr.h strcm2.h strid2.h\
- strrchr.h tctos.h usage.h warning.h
-
-
- keybrd$(O): keybrd.c\
- keydef.h
-
-
- keytst$(O): keytst.c\
- keydef.h
-
-
- lptops$(O): lptops.c\
- inch.h strcm2.h
-
-
- tosprx$(O): tosprx.c\
- machdefs.h typedefs.h gendefs.h gblprocs.h clrbmap.h
-